curl --request DELETE \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/dns-zones/{id} \
--header 'Authorization: Bearer <token>'Permanently delete a DNS zone and all associated DNS records. This action is irreversible and will also remove the zone from Cloudflare. If the zone is attached to a domain, the association will be removed. Ensure you have exported any records you wish to preserve before deletion.
curl --request DELETE \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{project_id}/dns-zones/{id} \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
The unique identifier (UUID) of the DNS zone to delete
DNS zone and all records deleted successfully